home *** CD-ROM | disk | FTP | other *** search
- Available Functions
- The following functions are available to you. For
- more info on a particular function just type the
- function name and press HELP while over the "@" as
- normal.
-
- @ABS(exp) - Absolute value
- @ATN(exp) - Arctangent
- @AVG(range) - Average value in range
- @CINT(exp) - Convert to integer
- @COS(exp) - Cosine
- @DEG(exp) - Radians -> degrees
- @EXP(exp) - Exponent
- @FIX(exp) - Truncate to integer
- @IF(exp,true,false) - If
- @INT(exp) - Round to integer
- @LOG(exp) - Natural Logarithm
- @MAX(range) - Maximum value in range
- @MIN(range) - Minimum value in range
- @RAD(exp) - Degrees -> radians
- @RND(exp) - Random number between 0..exp
- @SIGN(exp) - Sign
- @SIN(exp) - Sine
- @SQR(exp) - Square root
- @SUM(range) - Total of values in range
- @TAN(exp) - Tangent
- @VAT(exp) - VAT (17.5%)
-
- Note: All trig functions except radians. You can
- use the two functions, @DEG and @RAD to convert
- between them.
- *
- Available Functions
- func.help
- -
- -